home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / outer.arc / OUTERV2.1 < prev    next >
Text File  |  1986-11-12  |  2KB  |  40 lines

  1. OUTER Version 2.1
  2.  
  3. This version added logic to allow OUTER to work with COM3 and COM4.
  4.  
  5. The Fido parameter n/I was added to accommodate multi-tasking systems.
  6. As with Fido, the logging file will be SYSOP.LOG, SYSOP1.LOG or SYSOP2.LOG.
  7. Some multi-tasking systems have a problem with single-keystroke commands
  8. used in previous versions.  Seems that DOS loops waiting for a keystroke,
  9. and never gives the other tasks a chance to do anything.  To fix correct
  10. this problem, all commands must now be terminated with a RETURN.
  11.  
  12. OUTER Version 2.0
  13.  
  14. This version is a complete re-write.  I've never seen the FREE message that
  15. sometimes appeared after running "strange" program from within OUTER.  Memory
  16. management is much improved.  OUTER Version 1.17 (not distributed to the
  17. general public) was the first version to require the OUTER.SYS device
  18. driver.  Special thanks goes out to Ray Gwinn at 109/639 for developing this.
  19. It solves a lot of problems with other programs that "grab at" the timer tick
  20. interrupt and not restore it properly.
  21.  
  22. The biggest changes that the Sysop needs to know about are:
  23.  
  24. 1) The installation of OUTER.SYS in the CONFIG.SYS file
  25.    (be sure to boot before before using).
  26. 2) The command file structure is different.  It is now called
  27.    OUTER.BBS instead of OUTER.CMD (conflicts with ProComm).
  28.    The internal organization of the file is slightly changed -
  29.    the same information is required, but it is a little more
  30.    free-form.  For a quick reference, you need to change your
  31.    an "old" OUTER.CMD file line like:
  32.  
  33. D;N;NEWFILES;Search for new files added to this BBS
  34.  
  35.    to something like this:
  36.  
  37. Disgrace   N   NEWFILES;  Search for new files added to this BBS
  38.  
  39.    in OUTER.BBS.
  40.